home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 October / CHIP Ekim 1996.iso / winbatch / intactv.wb_ < prev    next >
Text File  |  1992-02-26  |  421b  |  9 lines

  1. UnusualName87623=""                    ; Use a very unusual variable name
  2. :zork
  3.                                        ; Ask user for statement to execute
  4. UnusualName87623=AskLine("Interactive","Enter statement",UnusualName87623)
  5.                                        ; Then actually execute the statement
  6. execute %UnusualName87623%
  7.         
  8. Goto zork                              ; and loop for more punishment
  9.